#include <deBitmap.hpp>
Inheritance diagram for IdeBitmapProxy:


Public Member Functions | |
| virtual void | SetBitmap (IdeBitmap *bmp)=0 |
| give the proxy object a bitmap to work with | |
| virtual IdeBitmap * | GetBitmap ()=0 |
| retrieve the bitmap that the proxy holds | |
| virtual void | SetFilename (const char *filename)=0 |
| give the proxy object a bitmap filename to reference | |
| virtual void | SettingSavePixels (deBoolean Save)=0 |
| save the bitmap pixels to a file | |
| virtual const char * | GetFilename ()=0 |
| get the filename of the bitmap held by the proxy, if it has one | |
| virtual void | GetFilenameBuffer (char *buffer, long buffersize)=0 |
| virtual long | GetWidth ()=0 |
| virtual long | GetHeight ()=0 |
| virtual IdeDriver::BPP | GetFormat ()=0 |
Protected Member Functions | |
| virtual | ~IdeBitmapProxy () |
|
|
|
|
|
retrieve the bitmap that the proxy holds
Implemented in deBitmapProxy. |
|
|
get the filename of the bitmap held by the proxy, if it has one
Implemented in deBitmapProxy. |
|
||||||||||||
|
Implemented in deBitmapProxy. |
|
|
Implemented in deBitmapProxy. |
|
|
Implemented in deBitmapProxy. |
|
|
Implemented in deBitmapProxy. |
|
|
give the proxy object a bitmap to work with
Implemented in deBitmapProxy. |
|
|
give the proxy object a bitmap filename to reference
Implemented in deBitmapProxy. |
|
|
save the bitmap pixels to a file
Implemented in deBitmapProxy. |
1.3-rc3